Move AMPERSAND_FULL_NAME, subprocesses from conf_post.h to configure.ac
authorGlenn Morris <rgm@gnu.org>
Tue, 31 Jul 2012 17:50:52 +0000 (13:50 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 31 Jul 2012 17:50:52 +0000 (13:50 -0400)
* configure.ac (AMPERSAND_FULL_NAME, subprocesses): Move here from conf_post.h.

* src/conf_post.h (AMPERSAND_FULL_NAME, subprocesses): Move to configure.ac.

ChangeLog
configure.ac
src/ChangeLog
src/conf_post.h

index 748ae3e62229d3077f031ce285d28ab775cff8d1..aa2ff8ff27f4a7dffa78cacd33210f0d4e42022e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-31  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
+       Move here from conf_post.h.
+
 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
 
        Improve OpenMotif detection on GNU/Linux systems.
index 1de8766c63f5fe079a48957a7067c756e3197daf..21ed77460a7b070dfe1ba57f7e00d0a72ef09fa6 100644 (file)
@@ -3125,6 +3125,10 @@ dnl                                and macros for terminal control.])
 dnl    AC_DEFINE(HAVE_TCATTR, 1, [Define to 1 if you have tcgetattr and tcsetattr.])
 dnl fi
 
+dnl Turned on June 1996 supposing nobody will mind it.
+AC_DEFINE(AMPERSAND_FULL_NAME, 1, [Define to use the convention that &
+  in the full name stands for the login id.])
+
 dnl Every platform that uses configure (ie every non-MS platform)
 dnl supports this.  There is a create-lockfiles option you can
 dnl customize if you do not want the lock files to be written.
@@ -3144,6 +3148,9 @@ dnl Compare with HAVE_INET_SOCKETS (which is unused...) above.
 AC_DEFINE(HAVE_SOCKETS, 1, [Define if the system supports
   4.2-compatible sockets.])
 
+dnl Everybody supports this, except MS-DOS.
+AC_DEFINE(subprocesses, 1, [Define to enable asynchronous subprocesses.])
+
 
 AH_TEMPLATE(NO_EDITRES, [Define if XEditRes should not be used.])
 
index 8ce79021492cd0615de39b11989a756e6ba03ba7..f2c1dfcd5128f3397a4e4ce3d4c0e3d5bfa07623 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-31  Glenn Morris  <rgm@gnu.org>
+
+       * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
+       Move to configure.ac.
+
 2012-07-31  Eli Zaretskii  <eliz@gnu.org>
 
        * .gdbinit (xframe): Adapt to introduction of FVAR and the
index f84d6ae6f4202afd23201b8c7f6311804f31d626..f8b76a1b19e160ae98dca5ec478a20a2b4ed2d00 100644 (file)
@@ -102,19 +102,6 @@ char *_getpty();
 #endif
 #endif  /* USG5_4 */
 
-/* Define AMPERSAND_FULL_NAME if you use the convention
-   that & in the full name stands for the login id.  */
-/* Turned on June 1996 supposing nobody will mind it.  */
-#define AMPERSAND_FULL_NAME
-
-/* `subprocesses' should be defined if you want to
-   have code for asynchronous subprocesses
-   (as used in M-x compile and M-x shell).
-   Only MSDOS does not support this (it overrides
-   this in its config_opsysfile below).  */
-
-#define subprocesses
-
 /* Include the os dependent file.  */
 #ifdef config_opsysfile
 # include config_opsysfile